home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / mesa / mesa-glut / src-glut.aos / options < prev   
Text File  |  2000-02-23  |  610b  |  16 lines

  1.  There are some Variables you might set:
  2.  
  3.  "Set GLUT_DEBUG ON/OFF <number>"
  4.  OFF disables output of information, ON enables it.  The number ranges from
  5. 0 (OFF) to 9.  The higher the number the more output:
  6.   1 - names of functions at function-entry
  7.   2 - status/modus-texts
  8.   5 - detailed results of some functions
  9.   8 - names of all called system-functions out of loops
  10.   9 - names of all called system-functions in loops
  11.  
  12.  "Set MESA_GLUTOVERWRITE <options>"
  13.  DOUBLE_ON/DOUBLE_OFF forces specific doublebuffer-mode
  14.  RGBA_ON/RGBA_OFF forces specific rgba-mode
  15.  STEREO_ON/STEREO_OFF forces specific stereo-mode
  16.